home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / graphicgems3.lha / GemsIII / defs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-02-06  |  252 b   |  14 lines

  1.   /* Dummy include file of definitions to make rolling-ball compile. */
  2.  
  3. #define Button1 1
  4. #define ERASE   0
  5. #define DRAW    3
  6.  
  7. typedef struct {
  8.   char *name;       
  9.   double frame[4][4]} Polyhedron;
  10.  
  11. typedef struct {
  12.   char *name;
  13.   int id;} Display;
  14.